home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / tcp / AmiTCP_bin_22.lha / AmiTCP-2.2 / doc / slip.doc < prev    next >
Text File  |  1992-11-12  |  3KB  |  85 lines

  1.  
  2.  
  3. SLIP & CSLIP SANA-II device drivers
  4. -----------------------------------
  5.  
  6. Note:
  7.  
  8. The slip and cslip drivers work exactly the same way.  All you have to do
  9. is substitute the word "slip" for "cslip" in this file (and in your
  10. applications) to make it all work :)
  11.  
  12.  ----
  13.  
  14. Place the file named 'cslip.device' in DEVS:Networks. Next, copy the
  15. cslip0.config file to ENVARC:Sana2/cslip0.config.  If you are planning on
  16. using multiple CSLIP units, you will need a separate configuration file for
  17. each unit. The file's are named cslip[unit number].config.  So, CSLIP unit
  18. 5 would have a configuration file named cslip5.config.  Currently, there is
  19. a limitation of eight CSLIP units, 0-7.  Please see the included
  20. cslip0.config file for an explanation of how the file should be set up.
  21.  
  22. If you are using the cslip.device with AS225, you will need to add a new
  23. entry to your inet:s/sana2_devs file.  IP Type and ARP type may be set
  24. to anything you wish. (Footnote 1)
  25.  
  26. If you are using the cslip.device with Envoy, you will need to use the
  27. NIPC Configuration Editor to add cslip.device to nipc's list of devices.
  28. Select 'Use defaults' for IP Type and ARP Type.
  29.  
  30. Usage
  31. -----
  32.  
  33. If you are using the cslip.device to connect to a dedicated line, you should
  34. leave out the 'CD' option in the configuration file.  You should set the
  35. baud rate to that used by the other end of the line.
  36.  
  37. If you are using the cslip.device to connect to a dial-up slip connection,
  38. you will need to configure your modem to ignore the DTR signal from your
  39. Amiga.  Next, you will need to use a terminal program to dial the cslip
  40. line.  Once you have connected, quit the terminal program.  Then, use
  41. the 'online' CLI command to tell the cslip.device to attach itself to the
  42. serial port.  The command line should look something like:
  43.  
  44. 1.> online cslip.device 0
  45.  
  46. Where 0 is the cslip.device unit number.  Unfortunately there isn't an
  47. easy way to get cslip.device to hang up the phone.  The easiest way is
  48. to just turn your modem off, which should cause carrier to drop and cause
  49. cslip.device to go offline.
  50.  
  51. You may also tell cslip.device to go offline by using the 'offline' command.
  52. (Both online and offline use ReadArgs(), so specifiying a '?' argument
  53. will give you their usage strings.)
  54.  
  55. Advanced Usage
  56. --------------
  57.  
  58. For those of you who would like to use the cslip.device as a server for
  59. a dialup line, you'll have to wait a bit until I fix up my "phoned" program.
  60. It's not currently in a usable state.
  61.  
  62.  
  63. Version 37.3 Release Notes for both drivers
  64. -------------------------------------------
  65.  
  66. Both cslip.device and slip.device put up an EasyRequest() if something
  67. goes wrong at OpenDevice() time with either the config file or if the
  68. serial.device you wanted to use couldn't be opened.
  69.  
  70. The slip driver now supports all of the options available with the
  71. cslip driver.  Somehow the last release of slip.device had the wrong
  72. version of slip.device.  Sorry about that.
  73.  
  74. Both drivers support comments in the config files. :)
  75.  
  76.  
  77.  
  78. Footnote 1:
  79.  
  80. Actually, if you want to use the packet tracking functions of SANA-II with
  81. cslip.device, you will have to specify a packet type of 2048 to track
  82. IP packets, which also happen to be the only types of packets cslip deals
  83. with.
  84.  
  85.